home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / SW Demo / Demo Source / TEHandler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-08  |  435 b   |  8 lines  |  [TEXT/MPCC]

  1. extern void SetView (WindowPtr theWin);
  2. extern void DoTEKey(WindowPtr theWindow, char theChar);
  3. extern void TEAdjustView(WindowPtr theWindow, TEHandle theTE);
  4. extern void TEScroller( short oldV, short newV, ControlHandle theControl );
  5. extern void SetScrollBar();
  6. extern void DoControl( WindowPtr theWindow, ControlHandle theControl, short partCode, Point where );
  7. extern void SizeScroll(ControlHandle theControl, WindowPtr theWindow);
  8.